GetPlatformFontsForNodeRequest

data class GetPlatformFontsForNodeRequest(nodeId: NodeId)

Represents request frame that can be used with CSS#getPlatformFontsForNode operation call.

Requests information about platform fonts which we used to render child TextNodes in the given node.

See also

Constructors

GetPlatformFontsForNodeRequest
Link copied to clipboard
fun GetPlatformFontsForNodeRequest(nodeId: NodeId)

Properties

nodeId
Link copied to clipboard
val nodeId: NodeId

Sources

jvm source
Link copied to clipboard